CRM360° CustomerApi Documentation

Customer - PurchaseGoodCategory

PurchaseGoodCategory entities

Required HTTP Headers

  • X-Crm360Api-Token
  • X-Crm360Api-CustomerName
  • X-Crm360Api-DatabaseAlias

Functions

Entity Properties

Name Type Is Mandatory
HierarchyNode String
ParentHierarchyNode String
HierarchyLevel Int16
PurchaseGoodCategoryId Int16
Identifier String
SourceId Int16
Label String
BrandId Int32
PurchaseGoodCategoryPath String
DeletionFlag Boolean
Brand Brand
ContactInterests Collection of ContactInterest
PurchaseGoods Collection of PurchaseGood
Source Source
PurchaseGoodCategoryTranslations Collection of PurchaseGoodCategoryTranslation
Segments Collection of Segment

Examples

Select all PurchaseGoodCategories

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories()
HttpMethod : GET
Json Result :
[ { "HierarchyNode" : "h55bsPL dsbPfNpoFb", "ParentHierarchyNode" : "sFq pt1P2f8VmF", "HierarchyLevel" : "9", "PurchaseGoodCategoryId" : "5", "Identifier" : "Cj5Lz0 C14WGL oCJNy", "SourceId" : "8", "Label" : "Pu0 TegW0Iht", "BrandId" : "68", "PurchaseGoodCategoryPath" : "gha3QrXzzeIrq", "DeletionFlag" : "False" }, { "HierarchyNode" : "b2Lody0DL", "ParentHierarchyNode" : "Vcr wzZfOGgt", "HierarchyLevel" : "4", "PurchaseGoodCategoryId" : "5", "Identifier" : "Hb5W1nz", "SourceId" : "2", "Label" : "YQWDM", "BrandId" : "79", "PurchaseGoodCategoryPath" : "cPZ5NqyCrvLbMxu", "DeletionFlag" : "False" }, ... ]

Select PurchaseGoodCategory by Id

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(9)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "dWW5tV2gQnnecV", "ParentHierarchyNode" : "a Cd6l8bo", "HierarchyLevel" : "8", "PurchaseGoodCategoryId" : "6", "Identifier" : "aX Rot", "SourceId" : "7", "Label" : "1bwv4gY8BKjOZ", "BrandId" : "89", "PurchaseGoodCategoryPath" : "ytPlC", "DeletionFlag" : "False" }

Create a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "tCCNbJPV9wvvb oSj",
"ParentHierarchyNode" : "ZcSashW",
"HierarchyLevel" : "2",
"Identifier" : "ZHoD7tssqENsr",
"SourceId" : "2",
"Label" : "dpb I rL0gfPvmg4z",
"BrandId" : "5",
"PurchaseGoodCategoryPath" : "koGqeQ7k3V SsRf8",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(9)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "VEIt6z",
"ParentHierarchyNode" : "bd7FJK p5mJW9",
"HierarchyLevel" : "9",
"PurchaseGoodCategoryId" : "7",
"Identifier" : "0y01Ny8",
"SourceId" : "3",
"Label" : "czc8o2sSHCy eu",
"BrandId" : "17",
"PurchaseGoodCategoryPath" : "nyqVlEHl3T5E8",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(9)
HttpMethod : PATCH
Json Post :
{
"SourceId" : "6",
"DeletionFlag" : "False",
"PurchaseGoodCategoryPath" : "crX7sRubD058MVD"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(9)
HttpMethod : DELETE

Translate a PurchaseGoodCategory label

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(9)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3